FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/EMS-PDS-StillBornIndicator-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdEMS-PDS-StillBornIndicator-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/EMS-PDS-StillBornIndicator-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/EMS-PDS-StillBornIndicator-1
Version1.0.0
Statusdraft
Date2017-12-04T00:00:00+00:00
NameEMS PDS Still Born Indicator
Authorityhl7
DescriptionA CodeSystem to identify whether the baby was still born.
CopyrightCopyright © 2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
EMS-PDS-StillBornIndicator-1EMS PDS Still Born Indicator

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "EMS-PDS-StillBornIndicator-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/EMS-PDS-StillBornIndicator-1",
  "version": "1.0.0",
  "name": "EMS PDS Still Born Indicator",
  "status": "draft",
  "date": "2017-12-04T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify whether the baby was still born.",
  "copyright": "Copyright © 2017 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Live"
    },
    {
      "code": "2",
      "display": "Still birth, ante-partum"
    },
    {
      "code": "3",
      "display": "Still birth, intra-partum"
    },
    {
      "code": "4",
      "display": "Still birth, indeterminate"
    }
  ]
}